16. RNN Resources
RNN Resources
Here are a few great resources for you to learn more about recurrent neural networks. We'll also continue to cover RNNs over the coming weeks.
- Andrej Karpathy's lecture on RNNs and LSTMs from CS231n
- A great blog post by Christopher Olah on how LSTMs work.
- Building an RNN from the ground up, this is a little more advanced, but has an implementation in TensorFlow.